PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.fonts.truetype Package / PDFTrueTypeFontFeatures Class / setEnableSmallCapsForLowercase Method
True if small capitals should be used for lowercase letters.
In This Topic
    setEnableSmallCapsForLowercase Method
    In This Topic
    Sets a flag indicating whether small capitals should be used for lowercase letters.
    Syntax
    public void setEnableSmallCapsForLowercase( 
       boolean value
    )

    Parameters

    value
    True if small capitals should be used for lowercase letters.
    See Also